Loading your Venue Map (VMD) file

  • File type supported by VM SDK

    Since

    1.1
    See more

    Declaration

    Swift

    @protocol VMDFile <NSObject>
  • A collection of venue map data files

    Since

    1.1
    See more

    Declaration

    Swift

    @interface VMDFileCollection : NSObject
  • Represents a local file that needs to be loaded for map data

  • xml file
  • geojson file
  • json file
  • Since

    1.1
    See more

    Declaration

    Swift

    @interface VMDLocalFile : NSObject <VMDFile>
  • Represents a remote file that needs to be loaded for map data

  • xml file
  • geojson file
  • json file
  • Since

    1.1
    See more

    Declaration

    Swift

    @interface VMDRemoteFile : NSObject <VMDFile>